From: Lars Magne Ingebrigtsen Date: Sun, 17 Jul 2011 02:21:43 +0000 (+0200) Subject: (tags-search): Doc typo fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2778 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e622d0107be442512cc4a2960f0eeb490f875290;p=emacs.git (tags-search): Doc typo fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 871297f7a71..847d2cf2649 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-07-17 Lars Magne Ingebrigtsen + * progmodes/etags.el (tags-search): Doc typo fix. + * mail/smtpmail.el (smtpmail-via-smtp): Query the user for password if we get errors 550 to 554. diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 385adf1af0a..da073ceb258 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1860,7 +1860,7 @@ nil, we exit; otherwise we scan the next file." Stops when a match is found. To continue searching for next match, use command \\[tags-loop-continue]. -If `file-list-form' is non-nil, it should be a form that, when +If FILE-LIST-FORM is non-nil, it should be a form that, when evaluated, will return a list of file names. The search will be restricted to these files.